summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Kienapfel <Docteh@users.noreply.github.com>2022-09-02 04:27:33 +0200
committerKyle Kienapfel <Docteh@users.noreply.github.com>2022-11-18 04:14:14 +0100
commitd23a35dfbd9d0edd5fcf8802eedf1910792f0c7a (patch)
tree457db403bdb452da14e02243c6278aaab7497b74
parentQt6: Disable IR Sensor when compiling with Qt6 (diff)
downloadyuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.tar
yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.tar.gz
yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.tar.bz2
yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.tar.lz
yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.tar.xz
yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.tar.zst
yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.zip
-rw-r--r--src/yuzu/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 26c593fce..34c10fd72 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -235,6 +235,7 @@ static void LogRuntimes() {
LOG_INFO(Frontend, "Unable to inspect {}", runtime_dll_name);
}
#endif
+ LOG_INFO(Frontend, "Qt Compile: {} Runtime: {}", QT_VERSION_STR, qVersion());
}
static QString PrettyProductName() {